home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / OTHER / Html Table / UDEMO.DFM / UDEMO.txt
Encoding:
Text File  |  1998-10-24  |  1.8 KB  |  88 lines

  1. object Form1: TForm1
  2.   Left = 11
  3.   Top = 32
  4.   Width = 598
  5.   Height = 469
  6.   Caption = 'Extract HTML Table values into Series components'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefault
  13.   WindowState = wsMaximized
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Chart1: TChart
  18.     Left = 0
  19.     Top = 65
  20.     Width = 590
  21.     Height = 377
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Brush.Style = bsClear
  24.     Title.Text.Strings = (
  25.       'TChart')
  26.     Chart3DPercent = 50
  27.     View3DOptions.Orthogonal = False
  28.     Align = alClient
  29.     TabOrder = 0
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 0
  33.     Top = 0
  34.     Width = 590
  35.     Height = 65
  36.     Align = alTop
  37.     TabOrder = 1
  38.     object Label1: TLabel
  39.       Left = 16
  40.       Top = 48
  41.       Width = 159
  42.       Height = 13
  43.       Caption = '(for Delphi 2.0 or 3.0    32bit only )'
  44.     end
  45.     object Button1: TButton
  46.       Left = 8
  47.       Top = 12
  48.       Width = 75
  49.       Height = 25
  50.       Caption = 'Load...'
  51.       TabOrder = 0
  52.       OnClick = Button1Click
  53.     end
  54.     object ComboBox1: TComboBox
  55.       Left = 96
  56.       Top = 16
  57.       Width = 145
  58.       Height = 21
  59.       Style = csDropDownList
  60.       ItemHeight = 13
  61.       Items.Strings = (
  62.         'dollar.htm'
  63.         'world.htm'
  64.         'temperat.htm'
  65.         'tv.htm')
  66.       TabOrder = 1
  67.     end
  68.     object Button2: TButton
  69.       Left = 256
  70.       Top = 12
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '&Edit...'
  74.       TabOrder = 2
  75.       OnClick = Button2Click
  76.     end
  77.     object Button8: TButton
  78.       Left = 368
  79.       Top = 12
  80.       Width = 201
  81.       Height = 25
  82.       Caption = 'Save Chart to SERIES1.HTM'
  83.       TabOrder = 3
  84.       OnClick = Button8Click
  85.     end
  86.   end
  87. end
  88.